home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Macintosh CD: Power Macintosh 4400 Series
/
691-1334-A,B,Power Macintosh 4400 Series. Apple Macintosh CD. (CD).toast
/
CD Extras
/
QuickDraw™ 3D Extras
/
Cumulus 2.5 for QuickDraw™ 3D
/
More Scripts
/
keywords as one text
< prev
next >
Wrap
Text File
|
1995-06-05
|
563b
|
22 lines
property kwText : text
on processKeyword(kwRef)
tell application "Cumulus"
repeat (level of kwRef) - 1 times
set kwText to kwText & tab
end repeat
set kwText to kwText & name of kwRef & return
repeat with k from 1 to (count every keyword of kwRef)
my processKeyword(a reference to keyword k of kwRef)
end repeat
end tell
end processKeyword
set kwText to "" as text
tell application "Cumulus"
repeat with k from 1 to (count every keyword of database 1)
my processKeyword(a reference to keyword k of database 1)
end repeat
end tell
kwText